You are free to use all or any parts of the Locus project
however you wish, just give credit where credit is due.
The author (Jeremy Slade) shall not be held responsible
for any damages that result out of use or misuse of any
part of this project.
*/
/*
Project: Locus
File: Globals.h
Description:
This file contains global variables, and other standard stuff that are used by all classes ( such as importing <appkit/appkit.h>). The global variables are declard as externs here; the actual storage for them is in Globals.m
Original Author: Jeremy Slade
Revision History:
Created
V.101 JGS Mon Feb 1 22:18:39 GMT-0700 1993
*/
#ifndef Globals_h
#define Globals_h
#define Globals_VERSION (101)
#import "ErrorReporting.h"
#import "VersionInfo.h"
#import <appkit/appkit.h> // Do this automatically for all classes
// Name of the directory under user's home where Folders are kept by default
#define LIBRARY_DIR "Library/Locus"
// Name of the directory (w/in LIB_DIR) where Custom Icons are located
#define ICONS_DIR "Icons"
// Name of the Folder automatically created when Locus is started
#define DEFAULT_FOLDER "Dock"
// Name of the file w/in the Folder file package containing general info
#define FOLDER_INFO ".folderinfo"
// Extension for Folders (the file package)
#define FOLDER_EXT "locus"
// Extnation for inidividual Group files within the Folder file package